home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global kyurifillin
- repeat while kyurifillin <> 2
- if not soundBusy(1) then
- puppetSound("PianoFillIn")
- updateStage()
- set kyurifillin to kyurifillin + 1
- next repeat
- end if
- nothing()
- end repeat
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set kyurifillin to 0
- go(1)
- end
-